home *** CD-ROM | disk | FTP | other *** search
- Path: nntp1.best.com!usenet
- From: javaprog@best.com (John Lockwood)
- Newsgroups: comp.lang.c++
- Subject: Re: Help needed
- Date: Sun, 31 Mar 1996 06:15:36 GMT
- Organization: Best Internet Communications
- Message-ID: <4jl7um$kfg@nntp1.best.com>
- References: <4jkvqg$k3m@news1.mtholyoke.edu>
- NNTP-Posting-Host: javaprog.vip.best.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- ssubrama@mtholyoke.edu (Sowmya Subramanian) wrote:
-
- > Or, do I have to
- >explicitly use some mechanism (such as use pointers) that will go and
- >delete an object, and then reallocated that free space or do some kind of
- >compaction? I hope my question is clear... if not, please ask me.
-
- I believe you need to do that, using either a temporary file (in
- Windows "GetTempFilename" can help) or, if the file is small enough,
- read it into memory and rewrite it.
-
-
-
- Regards,
-
-
-
- John Lockwood
- john@wwg.com
- javaprog@best.com
- http://www.best.com/~javaprog
-
-